/*! * Item: CodeX * Description: Personal Portfolio / Resume / CV / vCard Template * Author/Developer: Exill * Author/Developer URL: https://themeforest.net/user/exill * Version: v1.0.0 * License: Themeforest Standard Licenses: https://themeforest.net/licenses */ /*----------- CUSTOM JS SCRIPTS -----------*/ (function($) { 'use strict'; $(function() { // Code here executes When the DOM is loaded... }); $(window).on('load', function() { // Code here executes When the page is loaded }); }(jQuery));